home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1483 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  1KB  |  49 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 8)
  5.       {
  6.          _root.d_profesor.i = "m1b_2";
  7.       }
  8.       else if(_root.draglej == 23)
  9.       {
  10.          _root.d_profesor.co = _root.draglej;
  11.          _root.d_profesor.i = "m1c1_1";
  12.       }
  13.       else if(_root.draglej == 1)
  14.       {
  15.          _root.d_profesor.i = "item_n1";
  16.       }
  17.       else if(_root.draglej == 12)
  18.       {
  19.          _root.d_profesor.i = "item_n12";
  20.       }
  21.       else if(_root.draglej == 24)
  22.       {
  23.          _root.d_profesor.i = "item_n24";
  24.       }
  25.       else if(_root.draglej == 25)
  26.       {
  27.          _root.d_profesor.i = "item_n25";
  28.       }
  29.       else if(_root.draglej >= 13 && 15 >= _root.draglej)
  30.       {
  31.          _root.d_profesor.i = "item_n15";
  32.       }
  33.       else if(0 < _root.draglej)
  34.       {
  35.          _root.d_profesor.i = "item_bad";
  36.       }
  37.       else
  38.       {
  39.          _root.d_profesor.i = "start";
  40.       }
  41.    }
  42.    else
  43.    {
  44.       _root.pepa.gotoAndPlay(_root.poz add "c");
  45.    }
  46.    _root.stopdragall();
  47.    _root.hideall();
  48. }
  49.